Open
Conversation
Releases: @dataplan/pg@1.0.1 graphile-build-pg@5.0.1 graphile-config@1.0.1 graphile-export@1.0.1 graphile-utils@5.0.1 pg-introspection@1.0.1 pg-sql2@5.0.1 postgraphile@5.0.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@dataplan/pg@1.0.1
Patch Changes
be429b8Thanks @benjie! - Export
PgRootStepinterface,and improve said interface to support
placeholderof aPgTypedStep(withno codec necessary).
[
dda2e78]:graphile-build-pg@5.0.1
Patch Changes
#2984
4555428Thanks @benjie! - Re-export
sqlandSQLfromgraphile-build-pg.Updated dependencies
[
92106c3,86aab72,23c5c6e,dda2e78]:graphile-utils@5.0.1
Patch Changes
dda2e78Thanks @benjie! - Restore
sql.TRUE,sql.FALSEand
sql.NULLfrom v4 of pg-sql2.postgraphile@5.0.1
Patch Changes
#2974
52364e7Thanks @benjie! - V4 preset now adds build.pgSql
(=build.sql) for back compat
#2983
86aab72Thanks @msotnikov! - Optimize ACL role
lookups, significantly improving performance for schemas with many roles
(reported 11,000 roles goes from 20+ minutes to 5 seconds!)
#3012
23c5c6eThanks @benjie! - Further enhance performance of
pgIntrospection through precomputed lookups.
#2973
dda2e78Thanks @benjie! - Restore
sql.TRUE,sql.FALSEand
sql.NULLfrom v4 of pg-sql2.Updated dependencies
[
be429b8,4555428,92106c3,dda2e78]:graphile-config@1.0.1
Patch Changes
92106c3Thanks @benjie! - Move some type dependencies to
dev dependencies
graphile-export@1.0.1
Patch Changes
3e71bd0Thanks @benjie! - Fallback to
require('eslint')if
import('eslint')fails for compat with non-ESM Jest usagepg-introspection@1.0.1
Patch Changes
#2983
86aab72Thanks @msotnikov! - Optimize ACL role
lookups, significantly improving performance for schemas with many roles
(reported 11,000 roles goes from 20+ minutes to 5 seconds!)
#3012
23c5c6eThanks @benjie! - Further enhance performance of
pgIntrospection through precomputed lookups.
pg-sql2@5.0.1
Patch Changes
dda2e78Thanks @benjie! - Restore
sql.TRUE,sql.FALSEand
sql.NULLfrom v4 of pg-sql2.